CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c file read

搜索资源列表

  1. AdobeReader

    0下载:
  2. 能读取pdf文件,可以实现现有的pdf转txt的功能-read pdf file
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:6945
    • 提供者:rootkit
  1. WangEPD

    2下载:
  2. 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achieve zero rate of voice activit
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:3015711
    • 提供者:无我
  1. SHP

    1下载:
  2. 读SHP文件的C++源代码,从底层读起,速度很快-file read for shp files
  3. 所属分类:GIS program

    • 发布日期:2017-03-25
    • 文件大小:13925
    • 提供者:ivwsydnt
  1. las2txt

    1下载:
  2. 读取las文件并转换为txt文件 (C++源码)-Read las file and convert to txt file (C++ source code)
  3. 所属分类:File Operate

    • 发布日期:2016-03-25
    • 文件大小:4149
    • 提供者:geollr
  1. FileOperation

    0下载:
  2. 1)实现C++对CSV文件的读取 2)根据CSV设置好的处理命令执行本地文件的处理命令集合-1) implementation of C++ to read CSV file 2) According to the CSV set a good deal with the processing of the command to execute local files command collection
  3. 所属分类:File Operate

    • 发布日期:2017-11-02
    • 文件大小:82458
    • 提供者:健康蔬菜
  1. DDB_show

    0下载:
  2. 用C++读取bmp文件,格式为byte型,转化为opencv可用的iplimage类型,并显示出来。-In C++ to read bmp file format a byte, into the opencv available iplimage type, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9368389
    • 提供者:李芳
  1. cpp_read

    0下载:
  2. c语言的一个简单的读文件程序 读的文件是txt格式的,-c language program with a simple reading of the file read file format is txt,
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:708
    • 提供者:陈建飞
  1. kfd

    2下载:
  2. 实现模式识别KFD学习算法预防老年人跌倒,利用keil调试,是学习嵌入式和模式识别的好资料~-This section presents the example C code of the proposed solution-based ADXL345 and ADuC7026 platform. There are four .h files and one .c file in the project, compiled by Keil UV3. The FallDetection.
  3. 所属分类:Other Embeded program

    • 发布日期:2014-07-25
    • 文件大小:5120
    • 提供者:幻叶
  1. ReadFile

    0下载:
  2. C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:10940
    • 提供者:郑硕
  1. ReadSHPapi

    0下载:
  2. 用C++编写的读写及操作SHAPEFILE文件的API,封装较为完善,供参考利用。-Written in C++ to read and write and operate SHAPEFILE file API, package better, for reference use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:177070
    • 提供者:liming
  1. read-tdms-file-by-CSharp

    5下载:
  2. 一个读取labview tdms文件的C#代码。-Labview tdms file a read C# code.
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:3780
    • 提供者: 王宝磊
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. dip_OpenFile

    0下载:
  2. 这是利用很常用的BMP图像的读取的c++源代码-This is a very common use of the BMP image to read the source code c
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1175
    • 提供者:王辉
  1. tangll

    0下载:
  2. shape文件读取&显示源代码 c#写的-shape file read
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:26500
    • 提供者:小剑
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:37488
    • 提供者:yuehua8
  1. EXCELclass

    0下载:
  2. 读取 excel 文件 导入 excle-Read excel file into excle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:74869
    • 提供者:luolinqiu
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4223
    • 提供者:红红
  1. C++StudentsManagementSystem

    0下载:
  2. vc学生信息管理系统 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 、、、、、、 -vc student information management system 1) can be read from the screen a student s information and infor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:8843
    • 提供者:benny
  1. WBDC

    0下载:
  2. 能进行文本文件的读写操作,所有单词均放入文本文件中,进行检索和计数操作。单词的检索(返回为该单词在文本文件中的位置,可能多个,需返回多个位置)和计数(计数包括单词检索时的个数和全部单词的个数计数)。-Can read and write text files to operate, all the words are Add text file for retrieval and counting operation. Word search (back to the words in the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:47857
    • 提供者:迟浩东
  1. INILite

    1下载:
  2. 高效的INI配置文件操作库,纯C实现,解决需要反复读写INI文件或者操作大型INI文件时的效率问题,比Win32 的INI操作函数快200倍或以上。-INI configuration files and efficient operation of the Treasury, pure C realization of the need to repeatedly solve the INI file to read and write INI files or large-scale ope
  3. 所属分类:File Operate

    • 发布日期:2015-03-18
    • 文件大小:198406
    • 提供者:刘久人
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com